Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList<T> Class
Members

In This Topic
    C1LengthList<T> Class
    In This Topic
    Virtual list of numbers optimized for getting the accumulation up to a specified index;
    Syntax
    'Declaration
     
    
    Public Class C1LengthList(Of T As {New, INumber(Of T), Struct}) 
    public class C1LengthList<T> 
    where T: new(), INumber<T>, struct
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1LengthList<T>
          C1.DataCollection.C1LengthList

    See Also